(gud-minor-mode): New var.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 12 Nov 2000 18:48:22 +0000 (18:48 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 12 Nov 2000 18:48:22 +0000 (18:48 +0000)
commit5606c49acccf952e26a834b13e28cbfeda8ac5ec
tree1189fe9111b79b708238e15d1b3fe213ec376521
parent2ad289f7e1ea601be20be6bcc8d628351481e13f
(gud-minor-mode): New var.
(gud-symbol, gud-val): New functions.
(gud-find-file): Copy gud-minor-mode to the new buffer.
(gud-menu-map): Include entries for commands that are not always
available, using :enable to (de)activate them.
(gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
(gud-mode-map): New map.
(gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
(gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
Don't set up gud's menu (it's done by the minor-mode).
(gud-minibuffer-local-map): New.
Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
(gud-query-cmdline): New function.
(gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
(gud-mode): Use define-derived-mode.
Don't set up gud's menu (it's done by the minor-mode).
(gud-chop-words): Remove.
(gud-common-init): Use split-string instead.
(gud-new-keymap, gud-make-debug-menu): Eradicate.
lisp/gud.el